home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / BlondesBrunettes.dxr / Internal_3_game setup.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  368 b   |  17 lines

  1. global stock, waste, reserve, foundation, tableau, points, equal, hotcard, tcount, scount, shitfudge, carp
  2.  
  3. on exitFrame me
  4.   tcount = 0
  5.   carp = []
  6.   scount = 0
  7.   stock = new(script("stock object"), createdeck())
  8.   waste = []
  9.   reserve = new(script("reserve object"), [:])
  10.   foundation = [:]
  11.   tableau = [:]
  12.   points = 0
  13.   shitfudge = 0
  14.   equal = 0
  15.   hotcard = 0
  16. end
  17.